You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Methods > CopyVec Method > MatrixInt.CopyVec Method ([In] TVecInt, int, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MatrixInt.CopyVec Method ([In] TVecInt, int, int, int, int)

Copy Vec elements [VecIndex]..[VecIndex+Len-1] to the calling matrix elements starting with [Row,Col].

Syntax
C#
Visual Basic
public TMtxInt CopyVec([In] TVecInt Vec, int VecIndex, int Len, int Row, int Col);

An exception is raised if TMtxVecBase.ConditionCheck is true and bounds are overrun or if IntPrecision properties of the calling matrix and Vec do not match.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!